GraphicsFormats package for Buoy

RawIcoExporter Class

A class to Export RawBitmap to a ICO format. The result can be written to a File or Bytes buffer.

Import: EinhugurGraphicsFormats.RawIco

Object
   RawIcoExporter

class RawIcoExporter

Constructors

RawIcoExporterConstructor that takes no parameters.

Properties

GammaGamma value that was read from the image.
shared InformationShared function to get information about the file format.

Methods

AddBitmapUse this method when wanting to add more than one bitmap or size into the ICO file, adding them one by one and then call SaveBitmapsToFile or SaveBitmapsToBytes.
SaveBitmapsToBytesSaves one or more bitmaps to a single ICO formatted Bytes buffer. The bitmaps must have been previously added with the AddBitmap method.
SaveBitmapsToFileSaves one or more bitmaps to a single ICO formatted file. The bitmaps must have been previously added with the AddBitmap method.
SaveToBytesSaves a single bitmap to ICO formatted Bytes buffer.
SaveToFileSaves a single bitmap to a ICO file.

Supported Platforms:

  • macOS Intel 64 bit
  • macOS Apple Silicon
  • Windows 64 bit
  • Windows ARM 64 bit
  • Linux 64 bit
  • Linux ARM 64 bit